Query: VersionLink Queries

1) Select Environment, count(*) from VersionLink Group by Environment 2) Select Environment, count(*) from VersionLink where not Environment = ‘Your Environment’ Group by Environment 3) Select * from VersionLink where not Environment = ‘@Environment@’ 4) Delete from VersionLink where not Environment = ‘@Environment@’ 5) Select TableName, count(*) from VersionLink Group by TableName order by TableName 6) … Continue reading Query: VersionLink Queries